const github.com/refraction-networking/utls.extensionPSKModes
8 uses
github.com/refraction-networking/utls (current package)
common.go#L125: extensionPSKModes uint16 = 45
handshake_messages.go#L310: echOuterExts = append(echOuterExts, extensionPSKModes)
handshake_messages.go#L312: exts.AddUint16(extensionPSKModes)
handshake_messages.go#L656: case extensionPSKModes:
u_common.go#L413: case extensionPSKModes:
u_tls_extensions.go#L60: case extensionPSKModes:
u_tls_extensions.go#L1391: b[0] = byte(extensionPSKModes >> 8)
u_tls_extensions.go#L1392: b[1] = byte(extensionPSKModes)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |